object SplashForm: TSplashForm Left = 254 Top = 112 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 460 ClientWidth = 610 Color = clTeal Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 120 Position = poScreenCenter Scaled = False WindowState = wsMaximized OnCreate = SplashFormOnCreate OnDestroy = FormOnDestroy OnHide = FormOnHide OnShow = FormOnShow TextHeight = 20 object SplashPanel: TPanel Left = 0 Top = 0 Width = 610 Height = 460 BevelInner = bvRaised BevelWidth = 2 TabOrder = 0 object Image1: TImage Left = 4 Top = 4 Width = 602 Height = 452 Align = alClient end end end